forked from geonetwork/core-geonetwork
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Manual refresh using Markdown and MkDocs #85
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
note: this resovles CORS issues when using links, since the explore api responds with the necessary header
Do not switch encoding of protocol if mimetype is empty. Preserve CharacterString if no mimetype.
…ma filters configurations (#6869) * Extend ElasticSearch proxy to filter out fields with the withheld information from the query response * Extend XmlSerializer to support 'authenticated' operation and filter out the xml elements * Fix ifNotOperation typo in enumeration element in schema-ident.xsd * MEF export - withheld elements in additional formats export * Search / Avoid NPE when filtering withheld elements. We always need the documentStandard field to check the schema config. * Indexing / Store nilReason attribute value instead of only withheld. Add nilReason for links (and not only contact). --------- Co-authored-by: Francois Prunayre <[email protected]>
…7073) * Editor / Top bar / Avoid hiding editor tabs with tool bar actions. * Prettier.
* Record view / Lineage / Add process steps. * Record view / Lineage / Add process steps / Processor. * Record view / Lineage / Add quality measures. * Indexing / Force field to be array
* Moved png away from main page. * Typos * Lowercase method name * Typo 'registerd' * Typos
…g files for sub-portals (#7310)
* Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Use show-progress: 'false' in code checkout --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan Luis Rodríguez <[email protected]>
ODS: Use explore API for OnlineResource linkages
…due to an error. (#7319) * Hide thumbnail image in metadata page when the image can't be loaded due to an error. - Hide description related to the image. - Hide the Overview header in the full view if there is only 1 thumbnail and can't be loaded
Follow up of #6792. When sitemap is using a custom URL template, only collect resource identifier if the template contain the resource identifier key. This avoid doing XPath query on all records in the page (2500) which is quite time consuming. A default sitemap is generated in ~200ms, when adding DOI or Resource identifier, it takes usually more than 30s.
…vided (#7327) * Return 200 OK for robots.txt and sitemap. Return 200 OK for /robots.xt and /srv/api/sitemap instead of 500 "service not found". Previously if the request didn't contain "Accept: text/plain" or "Accept: application/xml" the server returned a 500 error. Now the server accepts any "Accept" header without complaining, returning a 200 response with "Content-Type: text/plain" or "Content-Type: application/xml" and the right content. * Disallow /catalog and /static in robots.txt. Some search engines are indexing the Angular JS HTML template files. Exclude the ${context_path}/catalog and ${context_path}/static from being crawled by robots. Fix #3585.
* Library / Update to wro4j 1.10.1 Fix wro4j cache build with maven on Java 11 * Update OnlineSrcDirective.js Remove change related to #7317 * Library / Update to wro4j 1.10.1 Add missing var declarations * Library / Update to wro4j 1.10.1 Remove unreachable code * Library / Update to wro4j 1.10.1 Add missing var declaration * Library / Update to wro4j 1.10.1 Fix variable name * Library / Update to wro4j 1.10.1 Add missing var declaration --------- Co-authored-by: Jose García <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replace the
doc/manuals
git submodule using *sphinx-build with:doc/help
online help for visitorsdoc/manual
user manual ported from submodule contents using pandocdoc/translate
python script used to convert between formats and access deepl translation servicesWe are doing our best to covert the content as is, but it is very hard as the documentation contents need to be updated for GN4.
Reference: